GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / HSLToRGB Method





In This Topic
HSLToRGB Method (GdPictureColor)
In This Topic
Syntax
'Declaration
 
Public Shared Sub HSLToRGB( _
   ByVal h As Single, _
   ByVal s As Single, _
   ByVal l As Single, _
   ByRef r As Byte, _
   ByRef g As Byte, _
   ByRef b As Byte _
) 
public static void HSLToRGB( 
   float h,
   float s,
   float l,
   out byte r,
   out byte g,
   out byte b
)
public procedure HSLToRGB( 
    h: Single;
    s: Single;
    l: Single;
   Out  r: Byte;
   Out  g: Byte;
   Out  b: Byte
); static; 
public static function HSLToRGB( 
   h : float,
   s : float,
   l : float,
   r : byte,
   g : byte,
   b : byte
);
public: static void HSLToRGB( 
   float h,
   float s,
   float l,
   [PARAMFLAG::Out] byte r,
   [PARAMFLAG::Out] byte g,
   [PARAMFLAG::Out] byte b
) 
public:
static void HSLToRGB( 
   float h,
   float s,
   float l,
   [Out] byte r,
   [Out] byte g,
   [Out] byte b
) 

Parameters

h
s
l
r
g
b
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members